home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / Python 1.4 / Python 1.4 source / Mac / Python / macgetplatform.c < prev    next >
Encoding:
Text File  |  1996-07-10  |  45 b   |  8 lines  |  [TEXT/CWIE]

  1.  
  2. char *
  3. Py_GetPlatform()
  4. {
  5.     return "mac";
  6. }
  7.  
  8.